home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFRMRECONNECT / TFRMRECONNECT.txt
Text File  |  2006-11-06  |  954b  |  49 lines

  1. object frmReconnect: TfrmReconnect
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Connection lost'
  6.   ClientHeight = 75
  7.   ClientWidth = 274
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     274
  20.     75)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblMessage: TTntLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 241
  27.     Height = 13
  28.     Anchors = [akLeft, akTop, akRight]
  29.     AutoSize = False
  30.     Caption = 'Reconnecting...'
  31.   end
  32.   object btnCancel: TTntButton
  33.     Left = 104
  34.     Top = 41
  35.     Width = 80
  36.     Height = 25
  37.     Anchors = [akRight, akBottom]
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     TabOrder = 0
  41.     OnClick = btnCancelClick
  42.     ExplicitTop = 47
  43.   end
  44.   object Boss: TBoss
  45.     Left = 32
  46.     Top = 40
  47.   end
  48. end
  49.